home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Bitmap / MacMake.bmk < prev    next >
Encoding:
Text File  |  1994-04-21  |  2.1 KB  |  64 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Author:                Henri Lamiraux
  7. #    Creation Date:        3/28/94
  8. #
  9. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #========================================================================================
  12. __DynamicComponentName = BmpPart
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{BedODCPlusIncludes}" ∂
  16.     -i "{OPF}Found:FWCommon:Include:" ∂
  17.     -i "{OPF}Found:FWTaskG:Include:" ∂
  18.     -i "{OPF}Found:FWRunTyp:Include:" ∂
  19.     -i "{OPF}Found:FWDebug:Include:" ∂
  20.     -i "{OPF}Found:FWExcLib:Include:" ∂
  21.     -i "{OPF}Found:BCCollec:Support:" ∂
  22.     -i "{OPF}Found:BCCollec:Structs:Maps:" ∂
  23.     -i "{OPF}Found:BCCollec:Structs:Collects:" ∂
  24.     -i "{OPF}Found:FWStream:Include:" ∂
  25.     -i "{OPF}Found:FWArchiv:Include:" ∂
  26.     -i "{OPF}Found:FWString:Include:" ∂
  27.     -i "{OPF}OS:FWMemory:Include:" ∂
  28.     -i "{OPF}OS:FWGraphx:Include:" ∂
  29.     -i "{OPF}FrameWrk:FWPart:Include:" ∂
  30.     -i "{_BedTargetDir}Include:"
  31.  
  32. __ComponentObjects = ∂
  33.     "{_BedTargetObjectsDir}BmpSel.cpp.o" ∂
  34.     "{_BedTargetObjectsDir}BmpFacet.cpp.o" ∂
  35.     "{_BedTargetObjectsDir}BmpFrame.cpp.o" ∂
  36.     "{_BedTargetObjectsDir}BmpPart.cpp.o" ∂
  37.     "{_BedTargetObjectsDir}Templat.o"
  38.  
  39. __ExportedComponentObjects = ∂
  40.     "{_BedTargetObjectsDir}BmpPart.cpp.o"
  41.  
  42. __BedRCIncludeDirs = ∂
  43.     -i "{BedODRIncludes}" ∂
  44.     
  45. __ComponentResources = ∂
  46.     "{_BedTargetObjectsDir}"BmpPart.rsrc
  47.     
  48. __FrameworkResources=
  49.  
  50. # directory dependency propagation
  51. "{_BedTargetObjectsDir}" ƒ "{_BedTargetDir}Sources:" "{_BedTargetDir}Other:"
  52.  
  53. # Its not easy turning sym off for just a single file, so here we strip out symbols
  54. # using lib. Not only is this a hack but could be problematic if the object file is
  55. # large enough that the compiler goes over the 64k OMF record limit.
  56.  
  57. "{_BedTargetObjectsDir}Templat.o" ƒ "{_BedTargetObjectsDir}Templat.cpp.o"
  58.     {_BedLib} -mf -sym off ∂
  59.          -o "{_BedTargetObjectsDir}Templat.o" ∂
  60.         "{_BedTargetObjectsDir}Templat.cpp.o"
  61.  
  62. #####################################################################################
  63. # Dependencies
  64. #####################################################################################